home *** CD-ROM | disk | FTP | other *** search
/ Delphi 2 - Developers' Solutions / Delphi 2 Developers' Solutions.iso / dds / comps / goodies / delphi10 / prntrdlg / pmdgtest.dfm / pmdgtest.txt
Encoding:
Text File  |  1996-06-18  |  518 b   |  29 lines

  1. object Form1: TForm1
  2.   Left = 296
  3.   Top = 182
  4.   Width = 435
  5.   Height = 300
  6.   Caption = 'Form1'
  7.   Font.Color = clWindowText
  8.   Font.Height = -13
  9.   Font.Name = 'System'
  10.   Font.Style = []
  11.   PixelsPerInch = 96
  12.   TextHeight = 16
  13.   object Button1: TButton
  14.     Left = 32
  15.     Top = 224
  16.     Width = 369
  17.     Height = 33
  18.     Caption = 'Show Printer Manager Dialog'
  19.     TabOrder = 0
  20.     OnClick = Button1Click
  21.   end
  22.   object PrinterManagerDialog1: TPrinterManagerDialog
  23.     Top = 0
  24.     Left = 0
  25.     Left = 16
  26.     Top = 8
  27.   end
  28. end
  29.